PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFPushButtonHighlightMode Enumeration
In This Topic
    PDFPushButtonHighlightMode Enumeration
    In This Topic
    Defines the supported highlight modes for pushbuttons.
    Members
    MemberDescription
    INVERTInverts the content of button's normal appearance. Rollover and down button appearances are ignored.
    NONENo highlighting, the button's appearance does not change when the button is pressed. Rollover and down button appearances are ignored.
    OUTLINEInverts the button's border. Rollover and down button appearances are ignored.
    PUSHDisplays the button's down appearance. Rollover appearance has also effect on this mode.
    When this mode is used, both rollover and down appearances must be constructed from code.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.forms.PDFPushButtonHighlightMode

    See Also